home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / SHELTER275.lha / XPRS / Install-XPRS next >
Text File  |  1994-11-27  |  276b  |  12 lines

  1. ; Install WPL XPRS v 1.0
  2. (set cpu (database "cpu"))
  3. (copyfiles
  4.     (source cpu)
  5.     (dest "LIBS:")
  6.     (all)
  7.     (prompt "Copying "cpu" XPRs")
  8.     (help "Copying versions of XPR's compilied for your CPU")
  9.     (confirm)
  10.     (optional "nofail" "oknodelete" "askuser" "force")
  11. )
  12.